home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcc / v04n07 / multicmd.doc < prev    next >
Encoding:
Text File  |  1991-06-24  |  815 b   |  27 lines

  1. MULTICMD.COM
  2. July, 1991
  3. PC/Computing
  4. Dale Lewallen, Jeff Prosise
  5. Page 186
  6.  
  7. -----------------------------------------------------------
  8.  
  9.    Execute multiple DOS commands
  10.  
  11. You can use this small, memory-resident program to enter
  12. multiple DOS commands on one line and have them execute in
  13. sequence.  For example, the command
  14.  
  15.        DIR;CLS;CHKDSK;
  16.  
  17. uses MULTICMD to list the current directory, clear the
  18. screen, and then check the disk for errors.  Note that
  19. standard DOS commands are separated by semicolons.  This
  20. program works with versions of DOS up to 4.01.
  21.  
  22.  
  23. Material in this document may not be reproduced in any form 
  24. without permission. Written requests for permission should 
  25. be addressed to Chantal Lavelanet, Ziff-Davis Publishing 
  26. Company, One Park Avenue, New York, NY  10016.
  27.